projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0f971b
)
(def-edebug-spec): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 19 Mar 2007 09:44:13 +0000
(09:44 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 19 Mar 2007 09:44:13 +0000
(09:44 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 7f5dd726a120c794045cac47ce8d0b11931d73f2..677a31d031328b8c947e1b3d7513cd6f99595495 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-55,7
+55,7
@@
that complains if FORM ever does return differing values."
(defmacro def-edebug-spec (symbol spec)
"Set the `edebug-form-spec' property of SYMBOL according to SPEC.
-Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol
+Both SYMBOL and SPEC are unevaluated.
The SPEC can be 0, t, a symbol
\(naming a function), or a list."
`(put (quote ,symbol) 'edebug-form-spec (quote ,spec)))